[INFO] cloning repository https://github.com/chat812/remote-mcp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/chat812/remote-mcp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchat812%2Fremote-mcp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchat812%2Fremote-mcp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f976934acf866681a65d111172dd9880d5824174
[INFO] testing chat812/remote-mcp against try#b8e88e5ddf5521a9f43ee3f62a702388c713e4bb for pr-155114
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fchat812%2Fremote-mcp" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/chat812/remote-mcp
[INFO] finished tweaking git repo https://github.com/chat812/remote-mcp
[INFO] tweaked toml for git repo https://github.com/chat812/remote-mcp written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/chat812/remote-mcp on toolchain b8e88e5ddf5521a9f43ee3f62a702388c713e4bb
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/chat812/remote-mcp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6abe10be43af9809fcb81d037daa66dfbec2040ae05239b151656929ed08072a
[INFO] running `Command { std: "docker" "start" "-a" "6abe10be43af9809fcb81d037daa66dfbec2040ae05239b151656929ed08072a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6abe10be43af9809fcb81d037daa66dfbec2040ae05239b151656929ed08072a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6abe10be43af9809fcb81d037daa66dfbec2040ae05239b151656929ed08072a", kill_on_drop: false }`
[INFO] [stdout] 6abe10be43af9809fcb81d037daa66dfbec2040ae05239b151656929ed08072a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 428858f06a922fade1663f391deb8ceef6239ce614e96a93e781857549b6fed2
[INFO] running `Command { std: "docker" "start" "-a" "428858f06a922fade1663f391deb8ceef6239ce614e96a93e781857549b6fed2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling base64ct v1.8.3
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling litemap v0.8.1
[INFO] [stderr]    Compiling writeable v0.6.2
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.2
[INFO] [stderr]    Compiling icu_normalizer_data v2.1.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling num-bigint-dig v0.8.6
[INFO] [stderr]    Compiling multer v3.1.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling der v0.7.10
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling block-padding v0.3.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling cfg_aliases v0.1.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling nix v0.28.0
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling headers-core v0.3.0
[INFO] [stderr]    Compiling schemars v0.8.22
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling vte v0.14.1
[INFO] [stderr]    Compiling shell-words v1.1.1
[INFO] [stderr]    Compiling seize v0.3.3
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]    Compiling home v0.5.12
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling time v0.3.47
[INFO] [stderr]    Compiling num-iter v0.1.45
[INFO] [stderr]    Compiling strip-ansi-escapes v0.2.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling spki v0.7.3
[INFO] [stderr]    Compiling ff v0.13.1
[INFO] [stderr]    Compiling group v0.13.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling crypto-bigint v0.5.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling cbc v0.1.2
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling rfc6979 v0.4.0
[INFO] [stderr]    Compiling polyval v0.6.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling scrypt v0.11.0
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling ghash v0.5.1
[INFO] [stderr]    Compiling ctr v0.9.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling pkcs5 v0.7.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling aes-gcm v0.10.3
[INFO] [stderr]    Compiling ssh-encoding v0.2.0
[INFO] [stderr]    Compiling pkcs8 v0.10.2
[INFO] [stderr]    Compiling blowfish v0.9.1
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling termios v0.2.2
[INFO] [stderr]    Compiling sec1 v0.7.3
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling pkcs1 v0.7.5
[INFO] [stderr]    Compiling serial-core v0.4.0
[INFO] [stderr]    Compiling ioctl-rs v0.1.6
[INFO] [stderr]    Compiling ssh-cipher v0.2.0
[INFO] [stderr]    Compiling serial-unix v0.4.0
[INFO] [stderr]    Compiling bcrypt-pbkdf v0.10.0
[INFO] [stderr]    Compiling elliptic-curve v0.13.8
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling libsqlite3-sys v0.28.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling serial v0.4.0
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling uuid v1.23.0
[INFO] [stderr]    Compiling primeorder v0.13.6
[INFO] [stderr]    Compiling ecdsa v0.16.9
[INFO] [stderr]    Compiling rsa v0.9.10
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling headers v0.4.1
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling russh-cryptovec v0.7.3
[INFO] [stderr]    Compiling nix v0.25.1
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling sysinfo v0.30.13
[INFO] [stderr]    Compiling flurry v0.5.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling p384 v0.13.1
[INFO] [stderr]    Compiling p521 v0.13.3
[INFO] [stderr]    Compiling p256 v0.13.2
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling rustls-webpki v0.103.10
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling schemars_derive v0.8.22
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling which v6.0.3
[INFO] [stderr]    Compiling rmcp-macros v0.1.5
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling portable-pty v0.8.1
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling ed25519-dalek v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ssh-key v0.6.7
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling axum-core v0.4.5
[INFO] [stderr]    Compiling tracing-appender v0.2.4
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling tower-http v0.5.2
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling russh-keys v0.44.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rmcp v0.1.5
[INFO] [stderr]    Compiling russh-sftp v2.1.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling russh v0.44.1
[INFO] [stderr]    Compiling rusqlite v0.31.0
[INFO] [stderr]    Compiling axum v0.7.9
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling mcp-server v0.1.0 (/opt/rustwide/workdir/crates/mcp-server)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> crates/mcp-server/src/tools/env.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExecResult`
[INFO] [stdout]  --> crates/mcp-server/src/tools/file.rs:3:63
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::transport::{agent, dispatch_exec, CircuitBreakers, ExecResult};
[INFO] [stdout]   |                                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]    --> crates/mcp-server/src/tools/file.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 |     use std::fmt::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::error::RemoteExecError`
[INFO] [stdout]  --> crates/mcp-server/src/tools/fleet.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::error::RemoteExecError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> crates/mcp-server/src/tools/fs.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Capabilities`
[INFO] [stdout]  --> crates/mcp-server/src/tools/machine.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::db::{Capabilities, Db, Machine};
[INFO] [stdout]   |                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::error::RemoteExecError`
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::error::RemoteExecError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::info`
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use tracing::info;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `russh::keys::key::KeyPair`
[INFO] [stdout]  --> crates/mcp-server/src/transport/ssh.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use russh::keys::key::KeyPair;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]   --> crates/mcp-server/src/transport/ssh.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tracing::{debug, warn};
[INFO] [stdout]    |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> crates/mcp-server/src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> crates/mcp-server/src/main.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | use tracing::{info, warn};
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling axum-extra v0.9.6
[INFO] [stderr]    Compiling agent v0.1.0 (/opt/rustwide/workdir/crates/agent)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]  --> crates/agent/src/config.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tracing::{info, warn};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> crates/agent/src/jobs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]   --> crates/agent/src/jobs.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tracing::{debug, warn};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/file.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncWriteExt`
[INFO] [stdout]   --> crates/agent/src/routes/file.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tokio::io::AsyncWriteExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/fs.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/git.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JobStatus`
[INFO] [stdout]  --> crates/agent/src/routes/job.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::jobs::{self, JobStatus};
[INFO] [stdout]   |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/process.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]   --> crates/agent/src/routes/process.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         use std::str::FromStr;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sysinfo::Pid`
[INFO] [stdout]    --> crates/agent/src/routes/process.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     use sysinfo::Pid;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]   --> crates/agent/src/routes/ui.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::oneshot`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::sync::oneshot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tracing::{debug, warn};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/agent/src/routes/file.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |     let mut lines: Vec<&str> = content.lines().collect();
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `follow`
[INFO] [stdout]   --> crates/mcp-server/src/tools/docker.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     follow: bool,
[INFO] [stdout]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_follow`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/agent/src/routes/git.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let mut unstaged = 0u32;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `circuits`
[INFO] [stdout]    --> crates/mcp-server/src/tools/env.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     circuits: Arc<CircuitBreakers>,
[INFO] [stdout]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_circuits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/mcp-server/src/tools/fs.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let req = serde_json::json!({ "path": path, "recursive": recursive });
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `last_seen`
[INFO] [stdout]   --> crates/mcp-server/src/tools/machine.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let last_seen = m.last_seen.map(|t| {
[INFO] [stdout]    |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_seen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_LOG_SIZE` is never used
[INFO] [stdout]  --> crates/mcp-server/src/audit.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const MAX_LOG_SIZE: u64 = 10 * 1024 * 1024; // 10 MB
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_ROTATIONS` is never used
[INFO] [stdout]  --> crates/mcp-server/src/audit.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const MAX_ROTATIONS: u32 = 5;
[INFO] [stdout]   |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AuditEntry` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AuditEntry {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `inner` is never read
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct AuditLog {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 32 |     inner: Arc<Mutex<AuditLogInner>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AuditLog` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `path` and `file` are never read
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | struct AuditLogInner {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 36 |     path: PathBuf,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 37 |     file: File,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `record` is never used
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl AuditLog {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn record(&self, entry: AuditEntry) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotate_logs` is never used
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:72:4
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn rotate_logs(path: &PathBuf) -> Result<()> {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `redact_args` is never used
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn redact_args(args: &serde_json::Value) -> serde_json::Value {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `verify_request` is never used
[INFO] [stdout]   --> crates/mcp-server/src/auth.rs:38:8
[INFO] [stdout]    |
[INFO] [stdout] 38 | pub fn verify_request(
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `OutputTruncated` and `MachineUnreachable` are never constructed
[INFO] [stdout]   --> crates/mcp-server/src/error.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout]  4 | pub enum RemoteExecError {
[INFO] [stdout]    |          --------------- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 16 |     OutputTruncated { shown_bytes: usize, total_bytes: usize },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 17 |     #[error("Machine '{machine}' unreachable (last seen {last_seen_secs}s ago). Run machine_test to check.")]
[INFO] [stdout] 18 |     MachineUnreachable { machine: String, last_seen_secs: u64 },
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `RemoteExecError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `audit` is never read
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ToolContext {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 86 |     pub db: Db,
[INFO] [stdout] 87 |     pub audit: AuditLog,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invoke` is never used
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:96:18
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl ToolContext {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub async fn invoke<F, Fut>(
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JobLogsRequest` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/exec.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct JobLogsRequest {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileReadReq` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/file.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct FileReadReq<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileInsertReq` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/file.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | struct FileInsertReq<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileDeleteLinesReq` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/file.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | struct FileDeleteLinesReq<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `HalfOpen` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/transport/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum CircuitState {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     HalfOpen,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CircuitState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `agent_get_text` is never used
[INFO] [stdout]    --> crates/mcp-server/src/transport/agent.rs:181:14
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub async fn agent_get_text(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SshPools` is never used
[INFO] [stdout]    --> crates/mcp-server/src/transport/ssh.rs:221:10
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type SshPools = DashMap<String, Arc<SshPool>>;
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_pool_store` is never used
[INFO] [stdout]    --> crates/mcp-server/src/transport/ssh.rs:223:8
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub fn create_pool_store() -> Arc<SshPools> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old`
[INFO] [stdout]   --> crates/agent/src/jobs.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |             if let Some(old) = q.pop_front() {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proc`
[INFO] [stdout]    --> crates/agent/src/routes/process.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |             .map(|(pid, proc)| {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_proc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:788:57
[INFO] [stdout]     |
[INFO] [stdout] 788 | pub async fn get_ui_tree(_state: State<AppState>, Query(q): Query<TreeQuery>) -> Response {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:805:58
[INFO] [stdout]     |
[INFO] [stdout] 805 | pub async fn post_ui_focus(_state: State<AppState>, Json(req): Json<FocusRequest>) -> Response {
[INFO] [stdout]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:821:58
[INFO] [stdout]     |
[INFO] [stdout] 821 | pub async fn post_ui_click(_state: State<AppState>, Json(req): Json<ClickRequest>) -> Response {
[INFO] [stdout]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:837:57
[INFO] [stdout]     |
[INFO] [stdout] 837 | pub async fn post_ui_move(_state: State<AppState>, Json(req): Json<MoveRequest>) -> Response {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:853:57
[INFO] [stdout]     |
[INFO] [stdout] 853 | pub async fn post_ui_type(_state: State<AppState>, Json(req): Json<TypeRequest>) -> Response {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:869:56
[INFO] [stdout]     |
[INFO] [stdout] 869 | pub async fn post_ui_key(_state: State<AppState>, Json(req): Json<KeyRequest>) -> Response {
[INFO] [stdout]     |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:885:59
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub async fn post_ui_scroll(_state: State<AppState>, Json(req): Json<ScrollRequest>) -> Response {
[INFO] [stdout]     |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:907:11
[INFO] [stdout]     |
[INFO] [stdout] 907 |     Query(q): Query<ElementQuery>,
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 |     Json(req): Json<ClickElementRequest>,
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:957:11
[INFO] [stdout]     |
[INFO] [stdout] 957 |     Query(q): Query<ElementQuery>,
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:982:10
[INFO] [stdout]     |
[INFO] [stdout] 982 |     Json(req): Json<SetValueRequest>,
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1027:11
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     Query(q): Query<TreeQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1049:11
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ok` is never used
[INFO] [stdout]   --> crates/agent/src/routes/ui.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn ok(v: serde_json::Value) -> Response {
[INFO] [stdout]    |    ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 33s
[INFO] running `Command { std: "docker" "inspect" "428858f06a922fade1663f391deb8ceef6239ce614e96a93e781857549b6fed2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "428858f06a922fade1663f391deb8ceef6239ce614e96a93e781857549b6fed2", kill_on_drop: false }`
[INFO] [stdout] 428858f06a922fade1663f391deb8ceef6239ce614e96a93e781857549b6fed2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cae202bbd741d615a22872b28884d739e786194c79a7380dd9d233623e3a28ee
[INFO] running `Command { std: "docker" "start" "-a" "cae202bbd741d615a22872b28884d739e786194c79a7380dd9d233623e3a28ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling pin-project-internal v1.1.11
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling mcp-server v0.1.0 (/opt/rustwide/workdir/crates/mcp-server)
[INFO] [stdout] warning: unused import: `std::collections::HashMap`
[INFO] [stdout]  --> crates/mcp-server/src/tools/env.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use std::collections::HashMap;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `ExecResult`
[INFO] [stdout]  --> crates/mcp-server/src/tools/file.rs:3:63
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::transport::{agent, dispatch_exec, CircuitBreakers, ExecResult};
[INFO] [stdout]   |                                                               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::fmt::Write`
[INFO] [stdout]    --> crates/mcp-server/src/tools/file.rs:324:9
[INFO] [stdout]     |
[INFO] [stdout] 324 |     use std::fmt::Write;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::error::RemoteExecError`
[INFO] [stdout]  --> crates/mcp-server/src/tools/fleet.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use crate::error::RemoteExecError;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stdout]  --> crates/mcp-server/src/tools/fs.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Capabilities`
[INFO] [stdout]  --> crates/mcp-server/src/tools/machine.rs:1:17
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::db::{Capabilities, Db, Machine};
[INFO] [stdout]   |                 ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Capabilities`
[INFO] [stdout]    --> crates/mcp-server/src/tools/ui.rs:295:21
[INFO] [stdout]     |
[INFO] [stdout] 295 |     use crate::db::{Capabilities, Db, Machine};
[INFO] [stdout]     |                     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::error::RemoteExecError`
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:18:5
[INFO] [stdout]    |
[INFO] [stdout] 18 | use crate::error::RemoteExecError;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tracing::info`
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | use tracing::info;
[INFO] [stdout]    |     ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `russh::keys::key::KeyPair`
[INFO] [stdout]  --> crates/mcp-server/src/transport/ssh.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use russh::keys::key::KeyPair;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]   --> crates/mcp-server/src/transport/ssh.rs:13:15
[INFO] [stdout]    |
[INFO] [stdout] 13 | use tracing::{debug, warn};
[INFO] [stdout]    |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> crates/mcp-server/src/main.rs:20:5
[INFO] [stdout]    |
[INFO] [stdout] 20 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]   --> crates/mcp-server/src/main.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | use tracing::{info, warn};
[INFO] [stdout]    |                     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pin-project v1.1.11
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling agent v0.1.0 (/opt/rustwide/workdir/crates/agent)
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]  --> crates/agent/src/config.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tracing::{info, warn};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> crates/agent/src/jobs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]   --> crates/agent/src/jobs.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tracing::{debug, warn};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/file.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncWriteExt`
[INFO] [stdout]   --> crates/agent/src/routes/file.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tokio::io::AsyncWriteExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/fs.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/git.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JobStatus`
[INFO] [stdout]  --> crates/agent/src/routes/job.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::jobs::{self, JobStatus};
[INFO] [stdout]   |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/process.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]   --> crates/agent/src/routes/process.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         use std::str::FromStr;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sysinfo::Pid`
[INFO] [stdout]    --> crates/agent/src/routes/process.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     use sysinfo::Pid;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]   --> crates/agent/src/routes/ui.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::oneshot`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::sync::oneshot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tracing::{debug, warn};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/agent/src/routes/file.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |     let mut lines: Vec<&str> = content.lines().collect();
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/agent/src/routes/git.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let mut unstaged = 0u32;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `warn`
[INFO] [stdout]  --> crates/agent/src/config.rs:7:21
[INFO] [stdout]   |
[INFO] [stdout] 7 | use tracing::{info, warn};
[INFO] [stdout]   |                     ^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> crates/agent/src/jobs.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `debug`
[INFO] [stdout]   --> crates/agent/src/jobs.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 | use tracing::{debug, warn};
[INFO] [stdout]    |               ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/file.rs:8:26
[INFO] [stdout]   |
[INFO] [stdout] 8 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::io::AsyncWriteExt`
[INFO] [stdout]   --> crates/agent/src/routes/file.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use tokio::io::AsyncWriteExt;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/fs.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/git.rs:6:26
[INFO] [stdout]   |
[INFO] [stdout] 6 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `JobStatus`
[INFO] [stdout]  --> crates/agent/src/routes/job.rs:1:25
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::jobs::{self, JobStatus};
[INFO] [stdout]   |                         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]  --> crates/agent/src/routes/process.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::str::FromStr`
[INFO] [stdout]   --> crates/agent/src/routes/process.rs:69:13
[INFO] [stdout]    |
[INFO] [stdout] 69 |         use std::str::FromStr;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `sysinfo::Pid`
[INFO] [stdout]    --> crates/agent/src/routes/process.rs:141:9
[INFO] [stdout]     |
[INFO] [stdout] 141 |     use sysinfo::Pid;
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `Serialize`
[INFO] [stdout]   --> crates/agent/src/routes/ui.rs:12:26
[INFO] [stdout]    |
[INFO] [stdout] 12 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `super::*`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1069:9
[INFO] [stdout]      |
[INFO] [stdout] 1069 |     use super::*;
[INFO] [stdout]      |         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bytes::Bytes`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use bytes::Bytes;
[INFO] [stdout]   |     ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `tokio::sync::oneshot`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use tokio::sync::oneshot;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `debug` and `warn`
[INFO] [stdout]  --> crates/agent/src/sessions.rs:9:15
[INFO] [stdout]   |
[INFO] [stdout] 9 | use tracing::{debug, warn};
[INFO] [stdout]   |               ^^^^^  ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `follow`
[INFO] [stdout]   --> crates/mcp-server/src/tools/docker.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     follow: bool,
[INFO] [stdout]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_follow`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `circuits`
[INFO] [stdout]    --> crates/mcp-server/src/tools/env.rs:114:5
[INFO] [stdout]     |
[INFO] [stdout] 114 |     circuits: Arc<CircuitBreakers>,
[INFO] [stdout]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_circuits`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old`
[INFO] [stdout]   --> crates/agent/src/jobs.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |             if let Some(old) = q.pop_front() {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/mcp-server/src/tools/fs.rs:146:13
[INFO] [stdout]     |
[INFO] [stdout] 146 |         let req = serde_json::json!({ "path": path, "recursive": recursive });
[INFO] [stdout]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `last_seen`
[INFO] [stdout]   --> crates/mcp-server/src/tools/machine.rs:57:13
[INFO] [stdout]    |
[INFO] [stdout] 57 |         let last_seen = m.last_seen.map(|t| {
[INFO] [stdout]    |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_seen`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proc`
[INFO] [stdout]    --> crates/agent/src/routes/process.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |             .map(|(pid, proc)| {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_proc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:788:57
[INFO] [stdout]     |
[INFO] [stdout] 788 | pub async fn get_ui_tree(_state: State<AppState>, Query(q): Query<TreeQuery>) -> Response {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:805:58
[INFO] [stdout]     |
[INFO] [stdout] 805 | pub async fn post_ui_focus(_state: State<AppState>, Json(req): Json<FocusRequest>) -> Response {
[INFO] [stdout]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:821:58
[INFO] [stdout]     |
[INFO] [stdout] 821 | pub async fn post_ui_click(_state: State<AppState>, Json(req): Json<ClickRequest>) -> Response {
[INFO] [stdout]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:837:57
[INFO] [stdout]     |
[INFO] [stdout] 837 | pub async fn post_ui_move(_state: State<AppState>, Json(req): Json<MoveRequest>) -> Response {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:853:57
[INFO] [stdout]     |
[INFO] [stdout] 853 | pub async fn post_ui_type(_state: State<AppState>, Json(req): Json<TypeRequest>) -> Response {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:869:56
[INFO] [stdout]     |
[INFO] [stdout] 869 | pub async fn post_ui_key(_state: State<AppState>, Json(req): Json<KeyRequest>) -> Response {
[INFO] [stdout]     |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:885:59
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub async fn post_ui_scroll(_state: State<AppState>, Json(req): Json<ScrollRequest>) -> Response {
[INFO] [stdout]     |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:907:11
[INFO] [stdout]     |
[INFO] [stdout] 907 |     Query(q): Query<ElementQuery>,
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 |     Json(req): Json<ClickElementRequest>,
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:957:11
[INFO] [stdout]     |
[INFO] [stdout] 957 |     Query(q): Query<ElementQuery>,
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:982:10
[INFO] [stdout]     |
[INFO] [stdout] 982 |     Json(req): Json<SetValueRequest>,
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1027:11
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     Query(q): Query<TreeQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1049:11
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]    --> crates/agent/src/routes/file.rs:219:9
[INFO] [stdout]     |
[INFO] [stdout] 219 |     let mut lines: Vec<&str> = content.lines().collect();
[INFO] [stdout]     |         ----^^^^^
[INFO] [stdout]     |         |
[INFO] [stdout]     |         help: remove this `mut`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ok` is never used
[INFO] [stdout]   --> crates/agent/src/routes/ui.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn ok(v: serde_json::Value) -> Response {
[INFO] [stdout]    |    ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]   --> crates/agent/src/routes/git.rs:68:9
[INFO] [stdout]    |
[INFO] [stdout] 68 |     let mut unstaged = 0u32;
[INFO] [stdout]    |         ----^^^^^^^^
[INFO] [stdout]    |         |
[INFO] [stdout]    |         help: remove this `mut`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_LOG_SIZE` is never used
[INFO] [stdout]  --> crates/mcp-server/src/audit.rs:8:7
[INFO] [stdout]   |
[INFO] [stdout] 8 | const MAX_LOG_SIZE: u64 = 10 * 1024 * 1024; // 10 MB
[INFO] [stdout]   |       ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `MAX_ROTATIONS` is never used
[INFO] [stdout]  --> crates/mcp-server/src/audit.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 | const MAX_ROTATIONS: u32 = 5;
[INFO] [stdout]   |       ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `AuditEntry` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:12:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub struct AuditEntry {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `inner` is never read
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:32:5
[INFO] [stdout]    |
[INFO] [stdout] 31 | pub struct AuditLog {
[INFO] [stdout]    |            -------- field in this struct
[INFO] [stdout] 32 |     inner: Arc<Mutex<AuditLogInner>>,
[INFO] [stdout]    |     ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `AuditLog` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `path` and `file` are never read
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | struct AuditLogInner {
[INFO] [stdout]    |        ------------- fields in this struct
[INFO] [stdout] 36 |     path: PathBuf,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 37 |     file: File,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `record` is never used
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:52:12
[INFO] [stdout]    |
[INFO] [stdout] 40 | impl AuditLog {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 52 |     pub fn record(&self, entry: AuditEntry) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `rotate_logs` is never used
[INFO] [stdout]   --> crates/mcp-server/src/audit.rs:72:4
[INFO] [stdout]    |
[INFO] [stdout] 72 | fn rotate_logs(path: &PathBuf) -> Result<()> {
[INFO] [stdout]    |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `audit` is never read
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:87:9
[INFO] [stdout]    |
[INFO] [stdout] 85 | pub struct ToolContext {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 86 |     pub db: Db,
[INFO] [stdout] 87 |     pub audit: AuditLog,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `ToolContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `invoke` is never used
[INFO] [stdout]   --> crates/mcp-server/src/tools/mod.rs:96:18
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl ToolContext {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 96 |     pub async fn invoke<F, Fut>(
[INFO] [stdout]    |                  ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `JobLogsRequest` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/exec.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct JobLogsRequest {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileReadReq` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/file.rs:26:8
[INFO] [stdout]    |
[INFO] [stdout] 26 | struct FileReadReq<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileInsertReq` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/file.rs:50:8
[INFO] [stdout]    |
[INFO] [stdout] 50 | struct FileInsertReq<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileDeleteLinesReq` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/tools/file.rs:57:8
[INFO] [stdout]    |
[INFO] [stdout] 57 | struct FileDeleteLinesReq<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `make_machine_with_agent` is never used
[INFO] [stdout]    --> crates/mcp-server/src/tools/ui.rs:317:8
[INFO] [stdout]     |
[INFO] [stdout] 317 |     fn make_machine_with_agent() -> Machine {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `HalfOpen` is never constructed
[INFO] [stdout]   --> crates/mcp-server/src/transport/mod.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | pub enum CircuitState {
[INFO] [stdout]    |          ------------ variant in this enum
[INFO] [stdout] ...
[INFO] [stdout] 15 |     HalfOpen,
[INFO] [stdout]    |     ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `CircuitState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `agent_get_text` is never used
[INFO] [stdout]    --> crates/mcp-server/src/transport/agent.rs:181:14
[INFO] [stdout]     |
[INFO] [stdout] 181 | pub async fn agent_get_text(
[INFO] [stdout]     |              ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `SshPools` is never used
[INFO] [stdout]    --> crates/mcp-server/src/transport/ssh.rs:221:10
[INFO] [stdout]     |
[INFO] [stdout] 221 | pub type SshPools = DashMap<String, Arc<SshPool>>;
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `create_pool_store` is never used
[INFO] [stdout]    --> crates/mcp-server/src/transport/ssh.rs:223:8
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub fn create_pool_store() -> Arc<SshPools> {
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `old`
[INFO] [stdout]   --> crates/agent/src/jobs.rs:51:25
[INFO] [stdout]    |
[INFO] [stdout] 51 |             if let Some(old) = q.pop_front() {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `proc`
[INFO] [stdout]    --> crates/agent/src/routes/process.rs:132:25
[INFO] [stdout]     |
[INFO] [stdout] 132 |             .map(|(pid, proc)| {
[INFO] [stdout]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_proc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:788:57
[INFO] [stdout]     |
[INFO] [stdout] 788 | pub async fn get_ui_tree(_state: State<AppState>, Query(q): Query<TreeQuery>) -> Response {
[INFO] [stdout]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:805:58
[INFO] [stdout]     |
[INFO] [stdout] 805 | pub async fn post_ui_focus(_state: State<AppState>, Json(req): Json<FocusRequest>) -> Response {
[INFO] [stdout]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:821:58
[INFO] [stdout]     |
[INFO] [stdout] 821 | pub async fn post_ui_click(_state: State<AppState>, Json(req): Json<ClickRequest>) -> Response {
[INFO] [stdout]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:837:57
[INFO] [stdout]     |
[INFO] [stdout] 837 | pub async fn post_ui_move(_state: State<AppState>, Json(req): Json<MoveRequest>) -> Response {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:853:57
[INFO] [stdout]     |
[INFO] [stdout] 853 | pub async fn post_ui_type(_state: State<AppState>, Json(req): Json<TypeRequest>) -> Response {
[INFO] [stdout]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:869:56
[INFO] [stdout]     |
[INFO] [stdout] 869 | pub async fn post_ui_key(_state: State<AppState>, Json(req): Json<KeyRequest>) -> Response {
[INFO] [stdout]     |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:885:59
[INFO] [stdout]     |
[INFO] [stdout] 885 | pub async fn post_ui_scroll(_state: State<AppState>, Json(req): Json<ScrollRequest>) -> Response {
[INFO] [stdout]     |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:907:11
[INFO] [stdout]     |
[INFO] [stdout] 907 |     Query(q): Query<ElementQuery>,
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:932:10
[INFO] [stdout]     |
[INFO] [stdout] 932 |     Json(req): Json<ClickElementRequest>,
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:957:11
[INFO] [stdout]     |
[INFO] [stdout] 957 |     Query(q): Query<ElementQuery>,
[INFO] [stdout]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `req`
[INFO] [stdout]    --> crates/agent/src/routes/ui.rs:982:10
[INFO] [stdout]     |
[INFO] [stdout] 982 |     Json(req): Json<SetValueRequest>,
[INFO] [stdout]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1008:11
[INFO] [stdout]      |
[INFO] [stdout] 1008 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1027:11
[INFO] [stdout]      |
[INFO] [stdout] 1027 |     Query(q): Query<TreeQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/agent/src/routes/ui.rs:1049:11
[INFO] [stdout]      |
[INFO] [stdout] 1049 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stdout]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `ok` is never used
[INFO] [stdout]   --> crates/agent/src/routes/ui.rs:19:4
[INFO] [stdout]    |
[INFO] [stdout] 19 | fn ok(v: serde_json::Value) -> Response {
[INFO] [stdout]    |    ^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `CliArgs`
[INFO] [stdout]   --> crates/agent/tests/integration.rs:18:14
[INFO] [stdout]    |
[INFO] [stdout] 18 |     config::{CliArgs, Config, HotConfig},
[INFO] [stdout]    |              ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.16s
[INFO] running `Command { std: "docker" "inspect" "cae202bbd741d615a22872b28884d739e786194c79a7380dd9d233623e3a28ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cae202bbd741d615a22872b28884d739e786194c79a7380dd9d233623e3a28ee", kill_on_drop: false }`
[INFO] [stdout] cae202bbd741d615a22872b28884d739e786194c79a7380dd9d233623e3a28ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+b8e88e5ddf5521a9f43ee3f62a702388c713e4bb" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 66d51737e88846843e4d8bc22ddceba25e0ce8a5f7f48e2b3aee677b0d3e044a
[INFO] running `Command { std: "docker" "start" "-a" "66d51737e88846843e4d8bc22ddceba25e0ce8a5f7f48e2b3aee677b0d3e044a", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `warn`
[INFO] [stderr]  --> crates/agent/src/config.rs:7:21
[INFO] [stderr]   |
[INFO] [stderr] 7 | use tracing::{info, warn};
[INFO] [stderr]   |                     ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `bytes::Bytes`
[INFO] [stderr]  --> crates/agent/src/jobs.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use bytes::Bytes;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `debug`
[INFO] [stderr]   --> crates/agent/src/jobs.rs:10:15
[INFO] [stderr]    |
[INFO] [stderr] 10 | use tracing::{debug, warn};
[INFO] [stderr]    |               ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]  --> crates/agent/src/routes/file.rs:8:26
[INFO] [stderr]   |
[INFO] [stderr] 8 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `tokio::io::AsyncWriteExt`
[INFO] [stderr]   --> crates/agent/src/routes/file.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | use tokio::io::AsyncWriteExt;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]  --> crates/agent/src/routes/fs.rs:7:26
[INFO] [stderr]   |
[INFO] [stderr] 7 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]  --> crates/agent/src/routes/git.rs:6:26
[INFO] [stderr]   |
[INFO] [stderr] 6 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `JobStatus`
[INFO] [stderr]  --> crates/agent/src/routes/job.rs:1:25
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::jobs::{self, JobStatus};
[INFO] [stderr]   |                         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]  --> crates/agent/src/routes/process.rs:7:26
[INFO] [stderr]   |
[INFO] [stderr] 7 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::str::FromStr`
[INFO] [stderr]   --> crates/agent/src/routes/process.rs:69:13
[INFO] [stderr]    |
[INFO] [stderr] 69 |         use std::str::FromStr;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `sysinfo::Pid`
[INFO] [stderr]    --> crates/agent/src/routes/process.rs:141:9
[INFO] [stderr]     |
[INFO] [stderr] 141 |     use sysinfo::Pid;
[INFO] [stderr]     |         ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Serialize`
[INFO] [stderr]   --> crates/agent/src/routes/ui.rs:12:26
[INFO] [stderr]    |
[INFO] [stderr] 12 | use serde::{Deserialize, Serialize};
[INFO] [stderr]    |                          ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `bytes::Bytes`
[INFO] [stderr]  --> crates/agent/src/sessions.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use bytes::Bytes;
[INFO] [stderr]   |     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `tokio::sync::oneshot`
[INFO] [stderr]  --> crates/agent/src/sessions.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 8 | use tokio::sync::oneshot;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `debug` and `warn`
[INFO] [stderr]  --> crates/agent/src/sessions.rs:9:15
[INFO] [stderr]   |
[INFO] [stderr] 9 | use tracing::{debug, warn};
[INFO] [stderr]   |               ^^^^^  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]    --> crates/agent/src/routes/file.rs:219:9
[INFO] [stderr]     |
[INFO] [stderr] 219 |     let mut lines: Vec<&str> = content.lines().collect();
[INFO] [stderr]     |         ----^^^^^
[INFO] [stderr]     |         |
[INFO] [stderr]     |         help: remove this `mut`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_mut)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variable does not need to be mutable
[INFO] [stderr]   --> crates/agent/src/routes/git.rs:68:9
[INFO] [stderr]    |
[INFO] [stderr] 68 |     let mut unstaged = 0u32;
[INFO] [stderr]    |         ----^^^^^^^^
[INFO] [stderr]    |         |
[INFO] [stderr]    |         help: remove this `mut`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `old`
[INFO] [stderr]   --> crates/agent/src/jobs.rs:51:25
[INFO] [stderr]    |
[INFO] [stderr] 51 |             if let Some(old) = q.pop_front() {
[INFO] [stderr]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_old`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `proc`
[INFO] [stderr]    --> crates/agent/src/routes/process.rs:132:25
[INFO] [stderr]     |
[INFO] [stderr] 132 |             .map(|(pid, proc)| {
[INFO] [stderr]     |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_proc`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:788:57
[INFO] [stderr]     |
[INFO] [stderr] 788 | pub async fn get_ui_tree(_state: State<AppState>, Query(q): Query<TreeQuery>) -> Response {
[INFO] [stderr]     |                                                         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:805:58
[INFO] [stderr]     |
[INFO] [stderr] 805 | pub async fn post_ui_focus(_state: State<AppState>, Json(req): Json<FocusRequest>) -> Response {
[INFO] [stderr]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:821:58
[INFO] [stderr]     |
[INFO] [stderr] 821 | pub async fn post_ui_click(_state: State<AppState>, Json(req): Json<ClickRequest>) -> Response {
[INFO] [stderr]     |                                                          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:837:57
[INFO] [stderr]     |
[INFO] [stderr] 837 | pub async fn post_ui_move(_state: State<AppState>, Json(req): Json<MoveRequest>) -> Response {
[INFO] [stderr]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:853:57
[INFO] [stderr]     |
[INFO] [stderr] 853 | pub async fn post_ui_type(_state: State<AppState>, Json(req): Json<TypeRequest>) -> Response {
[INFO] [stderr]     |                                                         ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:869:56
[INFO] [stderr]     |
[INFO] [stderr] 869 | pub async fn post_ui_key(_state: State<AppState>, Json(req): Json<KeyRequest>) -> Response {
[INFO] [stderr]     |                                                        ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:885:59
[INFO] [stderr]     |
[INFO] [stderr] 885 | pub async fn post_ui_scroll(_state: State<AppState>, Json(req): Json<ScrollRequest>) -> Response {
[INFO] [stderr]     |                                                           ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:907:11
[INFO] [stderr]     |
[INFO] [stderr] 907 |     Query(q): Query<ElementQuery>,
[INFO] [stderr]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:932:10
[INFO] [stderr]     |
[INFO] [stderr] 932 |     Json(req): Json<ClickElementRequest>,
[INFO] [stderr]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:957:11
[INFO] [stderr]     |
[INFO] [stderr] 957 |     Query(q): Query<ElementQuery>,
[INFO] [stderr]     |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/agent/src/routes/ui.rs:982:10
[INFO] [stderr]     |
[INFO] [stderr] 982 |     Json(req): Json<SetValueRequest>,
[INFO] [stderr]     |          ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q`
[INFO] [stderr]     --> crates/agent/src/routes/ui.rs:1008:11
[INFO] [stderr]      |
[INFO] [stderr] 1008 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stderr]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q`
[INFO] [stderr]     --> crates/agent/src/routes/ui.rs:1027:11
[INFO] [stderr]      |
[INFO] [stderr] 1027 |     Query(q): Query<TreeQuery>,
[INFO] [stderr]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `q`
[INFO] [stderr]     --> crates/agent/src/routes/ui.rs:1049:11
[INFO] [stderr]      |
[INFO] [stderr] 1049 |     Query(q): Query<ScreenshotQuery>,
[INFO] [stderr]      |           ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stderr] 
[INFO] [stderr] warning: function `ok` is never used
[INFO] [stderr]   --> crates/agent/src/routes/ui.rs:19:4
[INFO] [stderr]    |
[INFO] [stderr] 19 | fn ok(v: serde_json::Value) -> Response {
[INFO] [stderr]    |    ^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `agent` (lib) generated 34 warnings (run `cargo fix --lib -p agent` to apply 33 suggestions)
[INFO] [stderr] warning: unused import: `super::*`
[INFO] [stderr]     --> crates/agent/src/routes/ui.rs:1069:9
[INFO] [stderr]      |
[INFO] [stderr] 1069 |     use super::*;
[INFO] [stderr]      |         ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `CliArgs`
[INFO] [stderr]   --> crates/agent/tests/integration.rs:18:14
[INFO] [stderr]    |
[INFO] [stderr] 18 |     config::{CliArgs, Config, HotConfig},
[INFO] [stderr]    |              ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `agent` (lib test) generated 35 warnings (34 duplicates) (run `cargo fix --lib -p agent --tests` to apply 1 suggestion)
[INFO] [stderr] warning: `agent` (test "integration") generated 1 warning (run `cargo fix --test "integration" -p agent` to apply 1 suggestion)
[INFO] [stderr] warning: unused import: `std::collections::HashMap`
[INFO] [stderr]  --> crates/mcp-server/src/tools/env.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 | use std::collections::HashMap;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `ExecResult`
[INFO] [stderr]  --> crates/mcp-server/src/tools/file.rs:3:63
[INFO] [stderr]   |
[INFO] [stderr] 3 | use crate::transport::{agent, dispatch_exec, CircuitBreakers, ExecResult};
[INFO] [stderr]   |                                                               ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::fmt::Write`
[INFO] [stderr]    --> crates/mcp-server/src/tools/file.rs:324:9
[INFO] [stderr]     |
[INFO] [stderr] 324 |     use std::fmt::Write;
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::error::RemoteExecError`
[INFO] [stderr]  --> crates/mcp-server/src/tools/fleet.rs:2:5
[INFO] [stderr]   |
[INFO] [stderr] 2 | use crate::error::RemoteExecError;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `Deserialize` and `Serialize`
[INFO] [stderr]  --> crates/mcp-server/src/tools/fs.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use serde::{Deserialize, Serialize};
[INFO] [stderr]   |             ^^^^^^^^^^^  ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Capabilities`
[INFO] [stderr]  --> crates/mcp-server/src/tools/machine.rs:1:17
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::db::{Capabilities, Db, Machine};
[INFO] [stderr]   |                 ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `Capabilities`
[INFO] [stderr]    --> crates/mcp-server/src/tools/ui.rs:295:21
[INFO] [stderr]     |
[INFO] [stderr] 295 |     use crate::db::{Capabilities, Db, Machine};
[INFO] [stderr]     |                     ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::error::RemoteExecError`
[INFO] [stderr]   --> crates/mcp-server/src/tools/mod.rs:18:5
[INFO] [stderr]    |
[INFO] [stderr] 18 | use crate::error::RemoteExecError;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `tracing::info`
[INFO] [stderr]   --> crates/mcp-server/src/tools/mod.rs:24:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | use tracing::info;
[INFO] [stderr]    |     ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `russh::keys::key::KeyPair`
[INFO] [stderr]  --> crates/mcp-server/src/transport/ssh.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | use russh::keys::key::KeyPair;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused imports: `debug` and `warn`
[INFO] [stderr]   --> crates/mcp-server/src/transport/ssh.rs:13:15
[INFO] [stderr]    |
[INFO] [stderr] 13 | use tracing::{debug, warn};
[INFO] [stderr]    |               ^^^^^  ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]   --> crates/mcp-server/src/main.rs:20:5
[INFO] [stderr]    |
[INFO] [stderr] 20 | use std::sync::Arc;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `warn`
[INFO] [stderr]   --> crates/mcp-server/src/main.rs:21:21
[INFO] [stderr]    |
[INFO] [stderr] 21 | use tracing::{info, warn};
[INFO] [stderr]    |                     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `follow`
[INFO] [stderr]   --> crates/mcp-server/src/tools/docker.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 |     follow: bool,
[INFO] [stderr]    |     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_follow`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `circuits`
[INFO] [stderr]    --> crates/mcp-server/src/tools/env.rs:114:5
[INFO] [stderr]     |
[INFO] [stderr] 114 |     circuits: Arc<CircuitBreakers>,
[INFO] [stderr]     |     ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_circuits`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `req`
[INFO] [stderr]    --> crates/mcp-server/src/tools/fs.rs:146:13
[INFO] [stderr]     |
[INFO] [stderr] 146 |         let req = serde_json::json!({ "path": path, "recursive": recursive });
[INFO] [stderr]     |             ^^^ help: if this is intentional, prefix it with an underscore: `_req`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `last_seen`
[INFO] [stderr]   --> crates/mcp-server/src/tools/machine.rs:57:13
[INFO] [stderr]    |
[INFO] [stderr] 57 |         let last_seen = m.last_seen.map(|t| {
[INFO] [stderr]    |             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_last_seen`
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MAX_LOG_SIZE` is never used
[INFO] [stderr]  --> crates/mcp-server/src/audit.rs:8:7
[INFO] [stderr]   |
[INFO] [stderr] 8 | const MAX_LOG_SIZE: u64 = 10 * 1024 * 1024; // 10 MB
[INFO] [stderr]   |       ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: constant `MAX_ROTATIONS` is never used
[INFO] [stderr]  --> crates/mcp-server/src/audit.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 | const MAX_ROTATIONS: u32 = 5;
[INFO] [stderr]   |       ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `AuditEntry` is never constructed
[INFO] [stderr]   --> crates/mcp-server/src/audit.rs:12:12
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub struct AuditEntry {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `inner` is never read
[INFO] [stderr]   --> crates/mcp-server/src/audit.rs:32:5
[INFO] [stderr]    |
[INFO] [stderr] 31 | pub struct AuditLog {
[INFO] [stderr]    |            -------- field in this struct
[INFO] [stderr] 32 |     inner: Arc<Mutex<AuditLogInner>>,
[INFO] [stderr]    |     ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `AuditLog` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: fields `path` and `file` are never read
[INFO] [stderr]   --> crates/mcp-server/src/audit.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 35 | struct AuditLogInner {
[INFO] [stderr]    |        ------------- fields in this struct
[INFO] [stderr] 36 |     path: PathBuf,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 37 |     file: File,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `record` is never used
[INFO] [stderr]   --> crates/mcp-server/src/audit.rs:52:12
[INFO] [stderr]    |
[INFO] [stderr] 40 | impl AuditLog {
[INFO] [stderr]    | ------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 52 |     pub fn record(&self, entry: AuditEntry) {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `rotate_logs` is never used
[INFO] [stderr]   --> crates/mcp-server/src/audit.rs:72:4
[INFO] [stderr]    |
[INFO] [stderr] 72 | fn rotate_logs(path: &PathBuf) -> Result<()> {
[INFO] [stderr]    |    ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `audit` is never read
[INFO] [stderr]   --> crates/mcp-server/src/tools/mod.rs:87:9
[INFO] [stderr]    |
[INFO] [stderr] 85 | pub struct ToolContext {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] 86 |     pub db: Db,
[INFO] [stderr] 87 |     pub audit: AuditLog,
[INFO] [stderr]    |         ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `ToolContext` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `invoke` is never used
[INFO] [stderr]   --> crates/mcp-server/src/tools/mod.rs:96:18
[INFO] [stderr]    |
[INFO] [stderr] 91 | impl ToolContext {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 96 |     pub async fn invoke<F, Fut>(
[INFO] [stderr]    |                  ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `JobLogsRequest` is never constructed
[INFO] [stderr]   --> crates/mcp-server/src/tools/exec.rs:29:8
[INFO] [stderr]    |
[INFO] [stderr] 29 | struct JobLogsRequest {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileReadReq` is never constructed
[INFO] [stderr]   --> crates/mcp-server/src/tools/file.rs:26:8
[INFO] [stderr]    |
[INFO] [stderr] 26 | struct FileReadReq<'a> {
[INFO] [stderr]    |        ^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileInsertReq` is never constructed
[INFO] [stderr]   --> crates/mcp-server/src/tools/file.rs:50:8
[INFO] [stderr]    |
[INFO] [stderr] 50 | struct FileInsertReq<'a> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileDeleteLinesReq` is never constructed
[INFO] [stderr]   --> crates/mcp-server/src/tools/file.rs:57:8
[INFO] [stderr]    |
[INFO] [stderr] 57 | struct FileDeleteLinesReq<'a> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `make_machine_with_agent` is never used
[INFO] [stderr]    --> crates/mcp-server/src/tools/ui.rs:317:8
[INFO] [stderr]     |
[INFO] [stderr] 317 |     fn make_machine_with_agent() -> Machine {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `HalfOpen` is never constructed
[INFO] [stderr]   --> crates/mcp-server/src/transport/mod.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub enum CircuitState {
[INFO] [stderr]    |          ------------ variant in this enum
[INFO] [stderr] ...
[INFO] [stderr] 15 |     HalfOpen,
[INFO] [stderr]    |     ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `CircuitState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: function `agent_get_text` is never used
[INFO] [stderr]    --> crates/mcp-server/src/transport/agent.rs:181:14
[INFO] [stderr]     |
[INFO] [stderr] 181 | pub async fn agent_get_text(
[INFO] [stderr]     |              ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: type alias `SshPools` is never used
[INFO] [stderr]    --> crates/mcp-server/src/transport/ssh.rs:221:10
[INFO] [stderr]     |
[INFO] [stderr] 221 | pub type SshPools = DashMap<String, Arc<SshPool>>;
[INFO] [stderr]     |          ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `create_pool_store` is never used
[INFO] [stderr]    --> crates/mcp-server/src/transport/ssh.rs:223:8
[INFO] [stderr]     |
[INFO] [stderr] 223 | pub fn create_pool_store() -> Arc<SshPools> {
[INFO] [stderr]     |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `mcp-server` (bin "mcp-server" test) generated 35 warnings (run `cargo fix --bin "mcp-server" -p mcp-server --tests` to apply 17 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.83s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/agent-bf34a914985d7928)
[INFO] [stdout] 
[INFO] [stdout] running 23 tests
[INFO] [stdout] test auth::tests::hmac_changes_with_different_token ... ok
[INFO] [stdout] test auth::tests::hmac_deterministic_same_inputs ... ok
[INFO] [stdout] test auth::tests::sha256_deterministic ... ok
[INFO] [stdout] test auth::tests::sha256_empty_string ... ok
[INFO] [stdout] test auth::tests::sha256_known_value ... ok
[INFO] [stdout] test auth::tests::hmac_output_is_hex_string ... ok
[INFO] [stdout] test config::tests::generate_token_is_64_chars ... ok
[INFO] [stdout] test config::tests::local_ip_returns_something ... ok
[INFO] [stdout] test auth::tests::signature_construction_matches_expected ... ok
[INFO] [stdout] test jobs::tests::stream_buffer_all ... ok
[INFO] [stdout] test jobs::tests::new_store_is_empty ... ok
[INFO] [stdout] test config::tests::file_config_round_trip ... ok
[INFO] [stdout] test jobs::tests::stream_buffer_push_and_tail ... ok
[INFO] [stdout] test jobs::tests::stream_buffer_tail_larger_than_contents ... ok
[INFO] [stdout] test jobs::tests::stream_buffer_bytes_total_tracked ... ok
[INFO] [stdout] test jobs::tests::evict_old_jobs_keeps_running ... ok
[INFO] [stdout] test jobs::tests::job_completes_with_exit_code_zero ... ok
[INFO] [stdout] test jobs::tests::job_fails_on_nonzero_exit ... ok
[INFO] [stdout] test jobs::tests::evict_old_jobs_removes_finished ... ok
[INFO] [stdout] test jobs::tests::evict_old_jobs_keeps_recent_finished ... ok
[INFO] [stdout] test jobs::tests::start_job_appears_in_store ... ok
[INFO] [stdout] test auth::tests::hmac_changes_with_different_message ... ok
[INFO] [stdout] test jobs::tests::job_captures_stdout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/agent-26f5cf4408655504)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-51522a60730e191a)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test exec_wrong_token_returns_401 ... ok
[INFO] [stdout] test health_body_contains_ok ... ok
[INFO] [stdout] test job_status_running ... ok
[INFO] [stdout] test capabilities_with_auth_has_os_field ... ok
[INFO] [stdout] test exec_expired_timestamp_returns_401 ... ok
[INFO] [stdout] test exec_without_auth_headers_returns_401 ... ok
[INFO] [stdout] test exec_tampered_body_returns_401 ... ok
[INFO] [stdout] test exec_nonzero_exit_still_returns_200_with_exit_code ... ok
[INFO] [stdout] test exec_missing_signature_returns_401 ... ok
[INFO] [stdout] test exec_valid_auth_runs_command ... ok
[INFO] [stdout] test health_returns_200 ... ok
[INFO] [stdout] test capabilities_returns_200_without_auth ... ok
[INFO] [stdout] test job_start_returns_job_id ... ok
[INFO] [stdout] test metrics_returns_200_without_auth ... FAILED
[INFO] [stdout] test metrics_body_has_uptime_field ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- metrics_returns_200_without_auth stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'metrics_returns_200_without_auth' (107) panicked at crates/agent/tests/integration.rs:105:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 401
[INFO] [stdout]  right: 200
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f2f1014b92a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f2f1014b92a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f2f1014b92a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f2f1014b92a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f2f101624ba - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f2f101624ba - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5f2f10150fb2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5f2f10150fb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5f2f1012628f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f2f1012628f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f2f10141909 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f2f0faf73ac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5f2f0faf73ac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f2f10141b82 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5f2f10141b82 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f2f10126348 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f2f1011acd9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f2f1012729d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f2f10162cac - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f2f10162b33 - core[d17f6591d688f3bd]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5f2f0fae417b - core[d17f6591d688f3bd]::panicking::assert_failed::<http[ebfb63b02d79e336]::status::StatusCode, http[ebfb63b02d79e336]::status::StatusCode>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5f2f0fad15c3 - integration[919a8a58e2b9920a]::metrics_returns_200_without_auth::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/agent/tests/integration.rs:105:5
[INFO] [stdout]   22:     0x5f2f0faea5a2 - <core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5f2f0faea61d - <core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5f2f0fae986d - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   25:     0x5f2f0fae976b - tokio[7bd943659d968ab0]::task::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5f2f0fae976b - tokio[7bd943659d968ab0]::task::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5f2f0fae976b - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   28:     0x5f2f0fae25e0 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Context>::enter::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   29:     0x5f2f0fae85ed - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   30:     0x5f2f0fae7894 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   31:     0x5f2f0fad9dfb - <tokio[7bd943659d968ab0]::runtime::context::scoped::Scoped<tokio[7bd943659d968ab0]::runtime::scheduler::Context>>::set::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5f2f0fae9259 - tokio[7bd943659d968ab0]::runtime::context::set_scheduler::<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   33:     0x5f2f0fac99d2 - <std[fce30c26ee6459b]::thread::local::LocalKey<tokio[7bd943659d968ab0]::runtime::context::Context>>::try_with::<tokio[7bd943659d968ab0]::runtime::context::set_scheduler<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x5f2f0fac955e - <std[fce30c26ee6459b]::thread::local::LocalKey<tokio[7bd943659d968ab0]::runtime::context::Context>>::with::<tokio[7bd943659d968ab0]::runtime::context::set_scheduler<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x5f2f0fae420d - tokio[7bd943659d968ab0]::runtime::context::set_scheduler::<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   36:     0x5f2f0fae3b30 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   37:     0x5f2f0fae3e26 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   38:     0x5f2f0fae73f0 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   39:     0x5f2f0fadc263 - tokio[7bd943659d968ab0]::runtime::context::runtime::enter_runtime::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5f2f0fae2111 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   41:     0x5f2f0fad9984 - <tokio[7bd943659d968ab0]::runtime::runtime::Runtime>::block_on_inner::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5f2f0fad9b4f - <tokio[7bd943659d968ab0]::runtime::runtime::Runtime>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5f2f0fad5fc3 - integration[919a8a58e2b9920a]::metrics_returns_200_without_auth
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/agent/tests/integration.rs:105:46
[INFO] [stdout]   44:     0x5f2f0facbb07 - integration[919a8a58e2b9920a]::metrics_returns_200_without_auth::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/agent/tests/integration.rs:99:44
[INFO] [stdout]   45:     0x5f2f0fad89b6 - <integration[919a8a58e2b9920a]::metrics_returns_200_without_auth::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x5f2f0faea68b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x5f2f0faea68b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   48:     0x5f2f0faf7e7b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5f2f0faf7e7b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   50:     0x5f2f0faf7e7b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   51:     0x5f2f0faf7e7b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   52:     0x5f2f0faf7e7b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   53:     0x5f2f0faf7e7b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5f2f0faf7e7b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5f2f0faf1594 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5f2f0faf1594 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   57:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   58:     0x5f2f0fafaa82 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   59:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   60:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   61:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   62:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   63:     0x5f2f0fafaa82 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   64:     0x5f2f1014a92f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   65:     0x5f2f1014a92f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   66:     0x7ec074597aa4 - <unknown>
[INFO] [stdout]   67:     0x7ec074624a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- metrics_body_has_uptime_field stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'metrics_body_has_uptime_field' (106) panicked at crates/agent/tests/integration.rs:116:5:
[INFO] [stdout] missing uptime_secs: Object {"error": String("unauthorized"), "message": String("missing X-Agent-Timestamp")}
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5f2f1014b92a - std[fce30c26ee6459b]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5f2f1014b92a - std[fce30c26ee6459b]::backtrace_rs::backtrace::trace_unsynchronized::<std[fce30c26ee6459b]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5f2f1014b92a - std[fce30c26ee6459b]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5f2f1014b92a - <<std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[d17f6591d688f3bd]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5f2f101624ba - <core[d17f6591d688f3bd]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5f2f101624ba - core[d17f6591d688f3bd]::fmt::write
[INFO] [stdout]    6:     0x5f2f10150fb2 - std[fce30c26ee6459b]::io::default_write_fmt::<alloc[dad09f3a48280dba]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:621:11
[INFO] [stdout]    7:     0x5f2f10150fb2 - <alloc[dad09f3a48280dba]::vec::Vec<u8> as std[fce30c26ee6459b]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/io/mod.rs:1976:13
[INFO] [stdout]    8:     0x5f2f1012628f - <std[fce30c26ee6459b]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5f2f1012628f - std[fce30c26ee6459b]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5f2f10141909 - std[fce30c26ee6459b]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5f2f0faf73ac - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   12:     0x5f2f0faf73ac - test[9653f4f1d2ca1489]::test_main_inner::<test[9653f4f1d2ca1489]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5f2f10141b82 - <alloc[dad09f3a48280dba]::boxed::Box<dyn for<'a, 'b> core[d17f6591d688f3bd]::ops::function::Fn<(&'a std[fce30c26ee6459b]::panic::PanicHookInfo<'b>,), Output = ()> + core[d17f6591d688f3bd]::marker::Sync + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::Fn<(&std[fce30c26ee6459b]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2285:9
[INFO] [stdout]   14:     0x5f2f10141b82 - std[fce30c26ee6459b]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5f2f10126348 - std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5f2f1011acd9 - std[fce30c26ee6459b]::sys::backtrace::__rust_end_short_backtrace::<std[fce30c26ee6459b]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5f2f1012729d - __rustc[de152adb51f02556]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5f2f10162cac - core[d17f6591d688f3bd]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5f2f0fad0923 - integration[919a8a58e2b9920a]::metrics_body_has_uptime_field::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/agent/tests/integration.rs:116:5
[INFO] [stdout]   20:     0x5f2f0faea5a2 - <core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5f2f0faea61d - <core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>> as core[d17f6591d688f3bd]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5f2f0fae986d - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:70
[INFO] [stdout]   23:     0x5f2f0fae976b - tokio[7bd943659d968ab0]::task::coop::with_budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5f2f0fae976b - tokio[7bd943659d968ab0]::task::coop::budget::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5f2f0fae976b - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:769:25
[INFO] [stdout]   26:     0x5f2f0fae25e0 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Context>::enter::<core[d17f6591d688f3bd]::task::poll::Poll<()>, <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:446:19
[INFO] [stdout]   27:     0x5f2f0fae85ed - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:768:44
[INFO] [stdout]   28:     0x5f2f0fae7894 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:68
[INFO] [stdout]   29:     0x5f2f0fad9dfb - <tokio[7bd943659d968ab0]::runtime::context::scoped::Scoped<tokio[7bd943659d968ab0]::runtime::scheduler::Context>>::set::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5f2f0fae9259 - tokio[7bd943659d968ab0]::runtime::context::set_scheduler::<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x5f2f0fac99d2 - <std[fce30c26ee6459b]::thread::local::LocalKey<tokio[7bd943659d968ab0]::runtime::context::Context>>::try_with::<tokio[7bd943659d968ab0]::runtime::context::set_scheduler<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   32:     0x5f2f0fac955e - <std[fce30c26ee6459b]::thread::local::LocalKey<tokio[7bd943659d968ab0]::runtime::context::Context>>::with::<tokio[7bd943659d968ab0]::runtime::context::set_scheduler<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   33:     0x5f2f0fae420d - tokio[7bd943659d968ab0]::runtime::context::set_scheduler::<(alloc[dad09f3a48280dba]::boxed::Box<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::Core>, core[d17f6591d688f3bd]::option::Option<()>), <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x5f2f0fae3b30 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>::{closure#0}, core[d17f6591d688f3bd]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:856:27
[INFO] [stdout]   35:     0x5f2f0fae3e26 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:756:24
[INFO] [stdout]   36:     0x5f2f0fae73f0 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x5f2f0fadc263 - tokio[7bd943659d968ab0]::runtime::context::runtime::enter_runtime::<<tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5f2f0fae2111 - <tokio[7bd943659d968ab0]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5f2f0fad9984 - <tokio[7bd943659d968ab0]::runtime::runtime::Runtime>::block_on_inner::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   40:     0x5f2f0fad9b4f - <tokio[7bd943659d968ab0]::runtime::runtime::Runtime>::block_on::<core[d17f6591d688f3bd]::pin::Pin<&mut dyn core[d17f6591d688f3bd]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.50.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   41:     0x5f2f0fad5c40 - integration[919a8a58e2b9920a]::metrics_body_has_uptime_field
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/agent/tests/integration.rs:116:82
[INFO] [stdout]   42:     0x5f2f0facbaa7 - integration[919a8a58e2b9920a]::metrics_body_has_uptime_field::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/agent/tests/integration.rs:109:41
[INFO] [stdout]   43:     0x5f2f0fad8936 - <integration[919a8a58e2b9920a]::metrics_body_has_uptime_field::{closure#0} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5f2f0faea68b - <fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5f2f0faea68b - test[9653f4f1d2ca1489]::__rust_begin_short_backtrace::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, fn() -> core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x5f2f0faf7e7b - test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5f2f0faf7e7b - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5f2f0faf7e7b - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   49:     0x5f2f0faf7e7b - std[fce30c26ee6459b]::panicking::catch_unwind::<core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>, core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5f2f0faf7e7b - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<test[9653f4f1d2ca1489]::run_test_in_process::{closure#0}>, core[d17f6591d688f3bd]::result::Result<(), alloc[dad09f3a48280dba]::string::String>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5f2f0faf7e7b - test[9653f4f1d2ca1489]::run_test_in_process
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5f2f0faf7e7b - test[9653f4f1d2ca1489]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5f2f0faf1594 - test[9653f4f1d2ca1489]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5f2f0faf1594 - std[fce30c26ee6459b]::sys::backtrace::__rust_begin_short_backtrace::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x5f2f0fafaa82 - <core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::panicking::catch_unwind::do_call::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:581:40
[INFO] [stdout]   58:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::panicking::catch_unwind::<(), core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::panic::catch_unwind::<core[d17f6591d688f3bd]::panic::unwind_safe::AssertUnwindSafe<std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5f2f0fafaa82 - std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked::<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x5f2f0fafaa82 - <std[fce30c26ee6459b]::thread::lifecycle::spawn_unchecked<test[9653f4f1d2ca1489]::run_test::{closure#1}, ()>::{closure#1} as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5f2f1014a92f - <alloc[dad09f3a48280dba]::boxed::Box<dyn core[d17f6591d688f3bd]::ops::function::FnOnce<(), Output = ()> + core[d17f6591d688f3bd]::marker::Send> as core[d17f6591d688f3bd]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/alloc/src/boxed.rs:2271:9
[INFO] [stdout]   63:     0x5f2f1014a92f - <std[fce30c26ee6459b]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b8e88e5ddf5521a9f43ee3f62a702388c713e4bb/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   64:     0x7ec074597aa4 - <unknown>
[INFO] [stdout]   65:     0x7ec074624a64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     metrics_body_has_uptime_field
[INFO] [stdout]     metrics_returns_200_without_auth
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 13 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.11s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p agent --test integration`
[INFO] running `Command { std: "docker" "inspect" "66d51737e88846843e4d8bc22ddceba25e0ce8a5f7f48e2b3aee677b0d3e044a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d51737e88846843e4d8bc22ddceba25e0ce8a5f7f48e2b3aee677b0d3e044a", kill_on_drop: false }`
[INFO] [stdout] 66d51737e88846843e4d8bc22ddceba25e0ce8a5f7f48e2b3aee677b0d3e044a
